home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
DIALOG.PAK
/
WIN16EXT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
581b
|
19 lines
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (C) 1993-1995 Microsoft Corporation. All Rights Reserved.
//
// PURPOSE: Defines additions to windows.h included in WIN32, but not
// in win16.
#include <ver.h>
// Windows NT defines APIENTRY, but 3.x doesn't
#define APIENTRY far pascal
// Windows 3.x uses a FARPROC for dialogs
#define DLGPROC FARPROC